home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / MacOS 8 Sessions / MacOS 8 Extensions / Demo Patch Code / Read Me < prev    next >
Encoding:
Text File  |  1996-06-23  |  741 b   |  17 lines  |  [TEXT/R*ch]

  1. DemoPatchL µ creates the owning fragment
  2. DemoPatch.π creates the patch fragment
  3. ShowMMResults µ creates an app which will show the results.
  4. MMSharedData µ creates the shared global data fragment.
  5.  
  6. To create the patching extension, create the owning
  7. fragment, patch fragment and global data fragment.
  8. Merge the fragments with MPW's MergeFragment tool.
  9. You must then change the usage level of the DemoPatchM
  10. library to 255 (only 0 and 1 were previously considered legal),
  11. also rename the fragment to DemoPatchL (the same as the owning
  12. fragment). I do this by editing the 'cfrg' in Resorcerer.
  13. Place the resulting fragment in the 'co-op extension libraries'
  14. folder in the 'extension libraries' folder in your Mac OS 8 folder.
  15.  
  16. -Steve Bollinger
  17.